23 lines
541 B
Plaintext
23 lines
541 B
Plaintext
-- Sampad Dhall types, autogenerated by git#3065040 on 2022-07-12 12:53:11.933270598 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
|
|
>
|
|
>
|
|
}
|