system.kanoa.event.getOEEColors(paramsDict, oee, availability, performance, quality)
Returns a tuple of colors for oee,a,p,q based on the asset and oee values
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetName | String | |
| - assetPath | String |
oee Float
availability Float
performance Float
quality Float
Returns
oeeColor String
aColor String
pColor String
qColor String
Example
paramsDict={'assetId': 18}
colors = system.kanoa.event.getOEEColors(paramsDict, oee=80.0, availability=90.0, performance=85.0, quality=95.0)