Skip to Main Content
Status Delivered
Workspace * IBM Cloud Ideas
Created by Guest
Created on Aug 24, 2017

Watson IoT platform - RTI - Support Booelan data properties for rules

In this json msg  example hereunder with data type boolean "running"
"d": {
"id": "belt1",
"ts": 1494946276931,
"ay": "0.00",
"running": true,
"rpm": "1.0"
}

When creating a schema type and "Select properties from a connected device", the properties "running":true is interpreted as a string (not a boolean since it's not supported) and this property can not be used to create a condition in a rule..

 

I suggest to support the boolean data property as most of device / gateway providers are using this property.

Idea priority Medium