23 lines
541 B
Plaintext
23 lines
541 B
Plaintext
-- Sampad Dhall types, autogenerated by git#96d9ca3 on 2022-07-11 13:54:53.099283885 UTC
|
|
{ Action =
|
|
< ActivateLayer : Text
|
|
| MQTTPub : { payload : Text, topic : Text }
|
|
| Print : Text
|
|
>
|
|
, Mapping =
|
|
< NOP
|
|
| Passthrough
|
|
| Trigger :
|
|
< ActivateLayer : Text
|
|
| MQTTPub : { payload : Text, topic : Text }
|
|
| Print : Text
|
|
>
|
|
| TriggerMulti :
|
|
List
|
|
< ActivateLayer : Text
|
|
| MQTTPub : { payload : Text, topic : Text }
|
|
| Print : Text
|
|
>
|
|
>
|
|
}
|