Ryan Roth wrote: > I can not figure out how to tuck the devices into sub menus under the rooms.
Without kowing what you want to do, here a small layout idea:
class Devices(Rooms):
def actions(self)
return actions on the device
class Rooms(Items)
def actions(self):
return [ (list_devices, 'Foo') ]
def list_devices(self):
create Device items and make a list of them
create a menu for the items
push the menu to menuw
Dischi
--
This signature is temporarily under construction
pgpJ6PaRFq5GO.pgp
Description: PGP signature
