Sha256: 1293d658d98cfc5829d7d183894f49e6d10df503fe09128a0a5f4f58813b4990
Contents?: true
Size: 461 Bytes
Versions: 63
Compression:
Stored size: 461 Bytes
Contents
service :my_service do on_wakeup %{ on_wakeup_called = '#{@options[:hello]}'; SEND("main", "if_event", 3, "action", {}); } on_sleep %{ on_sleep_called = true; } on_connect %{ on_connect_called_bp = bp; } on_disconnect %{ on_disconnect_called_bp = bp; } on "hello", %{ on_hello_called_bp = bp; on_hello_called_params = JSON.stringify(params); } every 5.seconds, %{ on_every_5_sec_called = true; } end
Version data entries
63 entries across 63 versions & 1 rubygems