Adding some notes about Java struct issue that can only be declared as static variable
[iot2.git] / localconfig / mysql / speakerAddresses.config
1 SELECT * FROM
2 IoTDeviceAddress
3 WHERE
4 TYPE LIKE 'IHomeAdd%' 
5 ;