-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInterface-LookUp.txt
More file actions
28 lines (24 loc) · 891 Bytes
/
Interface-LookUp.txt
File metadata and controls
28 lines (24 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
If you create subclasses of these classes you have to implement following methods and can use following attributes
Controller:
Attributes:
pixellength Type Int
Methods to be implemented:
setup() returns None
setFrame(pFrame Type List[List[RedChanel Type Int, GreenChanel Type Int, BlueChanel Type Int]]) returns None
Subengine:
Attributes:
None
Methods to be implemented:
update() returns None
terminating() returns None
MqttAble:
Methods to be implemented:
getStates() returns [MqTT.Topic Type String, MqTT.Payload Type String]
onMessage(MqTT.Topic Type String, MqTT.Payload Type String) returns None
Object:
Attributes:
isVisible Type Boolean
position Type Int
content Type List[List[RedChanel Type Int, GreenChanel Type Int, BlueChanel Type Int]]
Methods:
None