Comparing version 1.0.0 to 1.2.0
@@ -81,3 +81,3 @@ # BIPSO Specification | ||
| color (3335) | 0xcc25 | **id(uint8)**, **flags(uint8)**, **colour(string)**[, units(string), appType(string) ] | color | | ||
| gpsLocation (3336) | 0xcc26 | **id(uint8)**, **flags(uint8)**, **latitude(string)**, **longitude(string)**[, altitude(string), uncertainty(string), compassDir(float), velocity(buffer), timestamp(uint32), appType(string) ] | gps location | | ||
| gpsLocation (3336) | 0xcc26 | **id(uint8)**, **flags(uint8)**, **latitude(string)**, **longitude(string)**[, uncertainty(string), compassDir(float), velocity(buffer), timestamp(uint32), appType(string) ] | gps location | | ||
| positioner (3337) | 0xcc27 | **id(uint8)**, **flags(uint8)**, **currentPos(float)**[, transTime(float), remainTime(float), minMeaValue(float), maxMeaValue(float), resetMinMaxMeaValues(buffer), minLimit(float), maxLimit(float), appType(string) ] | positioner | | ||
@@ -84,0 +84,0 @@ | buzzer (3338) | 0xcc28 | **id(uint8)**, **flags(uint8)**, **onOff(boolean)**, **minOffTime(float)**[, level(float), timeDuration(float), appType(string) ] | buzzer | |
@@ -783,3 +783,2 @@ module.exports = { | ||
"optional": [ | ||
{"altitude": "string"}, | ||
{"uncertainty": "string"}, | ||
@@ -786,0 +785,0 @@ {"compassDir": "float"}, |
{ | ||
"name": "bipso", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"description": "An utility to help BLE developers define Characteristics in an IPSO way.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
89180
1326