Thnx. Marcel, more hint how to force lamp sent comands out and capture/debug them?
What about this description https://github.com/rytilahti/python-miio/issues/351
# Model name
philips.light.moonlight
# Supported properties
["pow", "sta", "bri", "rgb", "cct", "snm", "spr", "spt", "wke", "bl", "ms", "mb", "wkp"]
# Supported methods
add_mb # Add miband
enable_bl # Night light
enable_sub_voice # Sub voice control?
enable_voice # Voice control
get_band_period # Bracelet work time
get_mb_rssi # Miband RSSI
miIO.bleGetNearbyBandList
get_wakeup_time
get_mb_mac # Miband MAC address
miIO.bleStartSearchBand
en_wakeup
set_band_period
set_bricct # Brightness & Color temperature
set_brirgb # Brightness & RGB
set_bright # Brightness
set_cct # Color temperature
set_rgb # RGB
set_mb_rssi
go_night # Night light / read mode
set_power
apply_fixed_scene
skip_breath
en_sleep
set_sleep_time
enable_mibs
set_wakeup_time
Sending cmd get_prop with params ['pow', 'sta', 'bri', 'rgb', 'cct', 'snm', 'spr', 'spt', 'wke', 'bl', 'ms', 'mb', 'wkp'] ['off', 0, 1, 16741971, 1, 0, 0, 15, 0, 1, 1, 1, [0, 24, 0]]
helpful?