mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-13 16:55:52 +00:00
only fixing warnings
This commit is contained in:
@ -510,8 +510,6 @@ HassDeviceInfo* hass_init_light_singleColor_onChannels(int toggle, int dimmer, i
|
||||
/// @param channel
|
||||
/// @return
|
||||
HassDeviceInfo* hass_init_sensor_device_info(ENTITY_TYPE type, int channel, int decPlaces, int decOffset, int divider) {
|
||||
int i;
|
||||
|
||||
//Assuming that there is only one DHT setup per device which keeps uniqueid/names simpler
|
||||
HassDeviceInfo* info = hass_init_device_info(type, channel, NULL, NULL); //using channel as index to generate uniqueId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user