Adding some notes about Java struct issue that can only be declared as static variable
[iot2.git] / localconfig / mysql / roomLightRelation.config
1 SELECT RELATION FROM
2 FIRST
3 RoomSmart
4 OTHER
5 LightBulbTest
6 WHERE
7 TYPE_SOURCE LIKE 'LabRoom%' 
8 ;