Clipsal C-Bus Betriebsanweisung Seite 50

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 60
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 49
cbus Documentation, Release 0.1-dev
class cbus.protocol.application.lighting.LightingOffSAL(packet, group_address)
Bases: cbus.protocol.application.lighting.LightingSAL
Lighting off event SAL
Instructs a given group address to turn it’s load off.
Creates a new SAL Lighting Off message.
Parameters
packet (cbus.protocol.base_packet.BasePacket) The packet that this SAL is to be included
in.
group_address (int) – The group address to turn off.
classmethod decode(data, packet, command_code, group_address)
Do not call this method directly – use LightingSAL.decode
encode()
class cbus.protocol.application.lighting.LightingTerminateRampSAL(packet,
group_address)
Bases: cbus.protocol.application.lighting.LightingSAL
Lighting terminate ramp event SAL
Instructs the given group address to discontinue any ramp operations in progress, and use the brightness that
they are currently at.
Creates a new SAL Lighting Terminate Ramp message.
Parameters
packet (cbus.protocol.base_packet.BasePacket) The packet that this SAL is to be included
in.
group_address (int) – The group address to stop ramping.
classmethod decode(data, packet, command_code, group_address)
Do not call this method directly – use LightingSAL.decode
encode()
Temperature Broadcast Application
The Temperature Broadcast application is used to notify units on the C-Bus network of changes in temperature. It is
used to allow temperature control systems to react to changes in environmental conditions.
This has been replaced by the Measurement application (not get implemented by libcbus).
Please refer to this document in conjunction with the Temperature Broadcast Application Guide published by Clipsal.
class cbus.protocol.application.temperature.TemperatureApplication
Bases: object
This class is called in the cbus.protocol.applications.APPLICATIONS dict in order to describe how to decode
temperature broadcast application events recieved from the network.
Do not call this class directly.
classmethod decode_sal(data, packet)
Decodes a temperature broadcast application packet and returns it’s SAL(s).
46 Chapter 8. libcbus module index
Seitenansicht 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 59 60

Kommentare zu diesen Handbüchern

Keine Kommentare