@@ -17,7 +17,7 @@ sample-messages := {
1717 "$( messages .BatteryStatus .MT ) Battery" : ( messages .BatteryStatus .getMsg ) .bytesForProtocol ,
1818 } ,
1919 "Actions" : {
20- "$( messages .TxNow .MT ) Transmit Now" : ( messages .TxNow .doMsg --data = "hello" .to-byte-array ) .bytesForProtocol ,
20+ "$( messages .TxNow .MT ) Cellular ' Transmit Now' " : ( messages .TxNow .doMsg --data = "hello" .to-byte-array ) .bytesForProtocol ,
2121 } ,
2222 "Screen" : {
2323 "$( messages .PresetPage .MT ) Home page" : messages .PresetPage .toMsg .bytesForProtocol ,
@@ -41,6 +41,11 @@ sample-messages := {
4141 "Duration 0" : ( messages .AlarmControl .doMsg --duration = 0 ) .bytesForProtocol ,
4242 "3s pattern 4 intensity 1" : ( messages .AlarmControl .doMsg --duration = 3 --buzzerPattern = 4 --buzzerIntensity = 1 ) .bytesForProtocol ,
4343 } ,
44+ "1004 LORA" : {
45+ "Transmit" : #[ 0X03 , 0X18 , 0X00 , 0XEC , 0X03 , 0X01 , 0X00 , 0X05 , 0X01 , 0X04 , 0X02 , 0X00 , 0X02 , 0X0A , 0X04 , 0X6C , 0X62 , 0X6C , 0X62 , 0X02 , 0X10 , 0X27 , 0X80 , 0X55 ] ,
46+ "Subscribe" : #[ 0X03 , 0X0E , 0X00 , 0XEC , 0X03 , 0X01 , 0X00 , 0X05 , 0X01 , 0X03 , 0X00 , 0X00 , 0XC5 , 0XD8 ] ,
47+ "Unsubscribe" : #[ 0X03 , 0X0E , 0X00 , 0XEC , 0X03 , 0X01 , 0X00 , 0X05 , 0X01 , 0X05 , 0X00 , 0X00 , 0X65 , 0X6A ] ,
48+ } ,
4449 // "GSM": {
4550 // "SET Normal mode": #[0x03, 0x17, 0x00, 0x31, 0x00, 0x01, 0x00, 0x05, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x75, 0x30],
4651 // "SET Airplane mode 10s": #[0x03, 0x23, 0x00, 0x31, 0x00, 0x01, 0x00, 0x05, 0x01, 0x01, 0x02, 0x00, 0x01, 0x02, 0x01, 0x00, 0x04, 0x0A, 0x00, 0x00, 0x00, 0x38, 0x8B],
0 commit comments