Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 176 Bytes

UPGRADE-3.1.md

File metadata and controls

12 lines (10 loc) · 176 Bytes

Breaking Changes

3.0 to 3.1

const DEVICE_STATE_CHANGE = 'DeviceStateChange';  

changed to

const DEVICE_STATE_CHANGED = 'DeviceStateChanged';