Page 1 of 1

Switch auto/manual

Posted: Sunday 01 January 2017 23:04
by kc27
I am writing a python plugin for Fritzbox DECT 200.
It has two switches:
  1. on/off
  2. auto/manuell
They can both switched with an http-message.
For the first switch this works ok (Type=244, Subtype=73)
But for the second switch (auto/manual):
  1. Is there a switch(sub)type to switch between enumerated values?
  2. Is there somewhere a complete list van types en subtypes?
I haven't found this in this forum or in the wiki.

Thanx in advance.