mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
36_ShellyMonitor: Added timestamp and active for ShellyMotion
git-svn-id: https://svn.fhem.de/fhem/trunk@23757 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9e33d72564
commit
0fe333bec4
@ -85,6 +85,8 @@ my $SHELLY_DEF_SEN = {
|
||||
# Used by Shelly Spot SHSPOT-1, Shelly Spot 2 SHSPOT-2:
|
||||
"3116" => { "type"=>"S", "desc"=>"dayLight"},
|
||||
"3117" => { "type"=>"S", "desc"=>"extInput"},
|
||||
"3119" => { "type"=>"S", "desc"=>"timestamp"},
|
||||
"3120" => { "type"=>"S", "desc"=>"active"},
|
||||
"3201" => { "type"=>"T", "desc"=>"extTemp_1", "unit"=>"C"},
|
||||
"3202" => { "type"=>"T", "desc"=>"extTemp_1f", "unit"=>"F"},
|
||||
"3301" => { "type"=>"T", "desc"=>"extTemp_2", "unit"=>"C"},
|
||||
|
Loading…
Reference in New Issue
Block a user