This commit is contained in:
navid.sassan 2021-04-02 16:46:56 +02:00
parent f28e3bb5d1
commit 0710bd238c

View File

@ -38,6 +38,7 @@ function recv()
print(type(id))
if id == redstone_toggle_id then
print('id')
print(type(data))
if type(data) == 'table' then
print('table')
if data[1] == 'output_state' then