Skip to content

v0.1.7

Compare
Choose a tag to compare
@keegan-lillo keegan-lillo released this 31 May 17:25
· 64 commits to master since this release
v0.1.7
  • #87 Allow NOT_ prefix for capabilities

NOTE There is a bug in the emulator that is reporting the firmware version incorrectly. HEALTH, 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. This is now fixed in SDK 3.13

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. eg BASALT becomes PLATFORM_BASALT.