v0.1.7
- #87 Allow NOT_ prefix for capabilities
NOTE There is a bug in the emulator that is reporting the firmware version incorrectly. This is now fixed in SDK 3.13HEALTH
, SMARTSTRAP
and SMARTSTRAP_POWER
capabilities will not work correctly. Clay relies on firmware version for certain capability detection as some features were only introduced in certain firmware versions. These will still work properly on actual devices though. As a temporary workaround you can use NOT_PLATFORM_APLITE
however we strongly advise you change this back to the correct value once the SDK is updated.
BREAKING CHANGES
- Platform capabilities are now prefixed with
PLATFORM_
eg:PLATFORM_APLITE
. If you were using v0.1.6 and were filtering based on platform you must update your config file. egBASALT
becomesPLATFORM_BASALT
.