A new release (190119) has been uploaded on our main website. This release introduces the following new features and bug fixes -
(1) New Sensor support:
* Dialog Semiconductor DA14585 multisensor IoT platform (BLE)
* NXP Rapid IoT multisensor platform (BLE)
* Phoenix Sensors WEPS04 water pressure sensor (BLE)
* Sensirion SHT31 Smart Gadget (BLE)
* Vernier GDX-TMP temperature probe (BLE)
(2) New action object support:
* Init BLE Write, allows writing directly to any BLE sensor's
write-enabled characteristic
* Init BLE Read, allows reading directly from any BLE sensor's
read-enabled characteristic
* Enable BLE Notifications, allows direct control of any BLE sensor's
notify-enabled characteristic
* Disable BLE Notifications, allows direct control of any BLE sensor's
notify-enabled characteristic
* Execute System Command, allow user to initiate background execution
of system commands/scripts
(3) Modified state objects:
* Sensor Data Value, now allows user to set default value as well as
"stale data" time limits
(4) New Tools/Modules
* Packet Capture Service, added new executible line command
"OmnIoTLogDecoder" to decode raw packet data log files. This
command provides an easy way for the user to log data locally in
bulk on their SoftHub device and import or analyze the raw (binary)
sensor data at a later time.
(5) Bug fixes:
* Intermittent sensor disconnect/reconnects (BLE only), some sensors
would disconnect and reconnect intermittently at 10 minute intervals
due to an erroneous watchdog setting.